home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMINFO / TFRMINFO.txt
Text File  |  2003-07-29  |  967b  |  45 lines

  1. object FrmInfo: TFrmInfo
  2.   Left = 255
  3.   Top = 143
  4.   Width = 192
  5.   Height = 234
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Info'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnDeactivate = FormDeactivate
  21.   OnKeyUp = FormKeyUp
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object HTML: THTMLViewer
  25.     Left = 0
  26.     Top = 0
  27.     Width = 184
  28.     Height = 207
  29.     OnHotSpotClick = HTMLHotSpotClick
  30.     TabStop = True
  31.     TabOrder = 0
  32.     Align = alClient
  33.     BorderStyle = htFocused
  34.     HistoryMaxCount = 0
  35.     DefFontName = 'Times New Roman'
  36.     DefPreFontName = 'Courier New'
  37.     NoSelect = False
  38.     CharSet = DEFAULT_CHARSET
  39.     PrintMarginLeft = 2
  40.     PrintMarginRight = 2
  41.     PrintMarginTop = 2
  42.     PrintMarginBottom = 2
  43.   end
  44. end
  45.